home *** CD-ROM | disk | FTP | other *** search
- on pushbutton2
- global ga, cno
- repeat while stillDown()
- if rollOver(clickOn()) then
- case ga of
- "L":
- set cname to "scrll"
- set the memberNum of sprite 26 to 43
- testl()
- "D":
- set cname to "scrld"
- set the memberNum of sprite 26 to 44
- testd()
- "R":
- set cname to "scrlr"
- set the memberNum of sprite 26 to 45
- testr()
- "U":
- set cname to "scrlu"
- set the memberNum of sprite 26 to 46
- testu()
- end case
- else
- set the memberNum of sprite 26 to 38
- end if
- updateStage()
- end repeat
- end
-